blkif.py, XendDomain.py:
Remove/disable debug output.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
pass
else:
# Shutdown still pending.
- print 'domain_shutdowns> pending: ', id
timeout = min(timeout, left)
if timeout <= SHUTDOWN_TIMEOUT:
# Pending shutdowns remain - reschedule.
def attach(self, recreate=False, change=False):
if recreate:
node = sxp.child_value(recreate, 'node')
- print 'BlkDev>attach>', 'recreate=', recreate, 'node=', node
self.setNode(node)
else:
node = Blkctl.block('bind', self.type, self.params)